home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / TCCLIB.ZIP / BIT.C < prev    next >
Encoding:
Text File  |  1989-07-18  |  49 b   |  5 lines

  1. unsigned Bit( int x )
  2. {
  3.     return( 1 << x );
  4. }
  5.